home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / RDP / READ_ME < prev    next >
Encoding:
Text File  |  1992-06-18  |  1.9 KB  |  33 lines

  1. /**************************************************************************/
  2. /*       Copyright(c) 1987, 1992 by BBN Systems and Technologies,         */
  3. /*         A Division of Bolt Beranek and Newman Inc.                     */
  4. /*                                                                        */
  5. /*       RDP implementation for 4.2/4.3bsd by Craig Partridge             */
  6. /*                                                                        */
  7. /*  Permission to use, copy, modify, distribute, and sell this software   */
  8. /*  and its documentation for any purpose is hereby granted without fee,  */
  9. /*  provided that the above copyright notice and this permission appear   */
  10. /*  in all copies and in supporting documentation, and that the name of   */
  11. /*  Bolt Beranek and Newman Inc.  not be used in advertising or           */
  12. /*  publicity pertaining to distribution of the software without          */
  13. /*  specific, written prior permission. BBN makes no representations      */
  14. /*  about the suitability of this software for any purposes.  It is       */
  15. /*  provided "AS IS" without express or implied warranties.               */
  16. /**************************************************************************/
  17.  
  18. This distribution of RDP should contain the following files:
  19.  
  20.     rdp.h -  definition of the RDP segment header
  21.     rdp_conf.h - RDP configuration information
  22.     rdp_ip.h - definition of the combined RDP-IP header
  23.     rdp_var.h - definition of the rdp state variables
  24.     rdp_input.c - RDP pr_input routine and support routines
  25.     rdp_output.c - RDP output routines
  26.     rdp_usrreq.c - all other RDP protosw routines
  27.     rdp_util.c - miscellaneous routines called by protosw routines
  28.     install.ms.tbl - installation information (tbl install.ms.tbl | *roff -ms)
  29.     READ_ME - this file
  30.  
  31. This implementation was done for 4.2/4.3 BSD in 1987 and has not be used
  32. since then.
  33.